Programming Languages
epub |eng | 2018-06-10 | Author:Benjamin Bengfort & Rebecca Bilbro & Tony Ojeda [Bengfort, Benjamin]
... # First make the matrices # By frequency mtx = matrix(text,cast) # Now create the plots fig, ax = plt.subplots() fig.suptitle('Character Co-occurrence in the Wizard of Oz', fontsize=12) fig.subplots_adjust(wspace=.75) ...
( Category:
Programming Languages
July 17,2018 )
epub |eng | 2017-09-05 | Author:Ludovico Fischer [Fischer, Ludovico]
function AlertBox({ status }) { if (status === FAILURE) { return <div className="mv2">Save failed</div>; } else if (status === SUCCESS) { return <div className="mv2">Save successful</div>; } else if (status === ...
( Category:
Web Development & Design
July 17,2018 )
Go in 24 Hours, Sams Teach Yourself: Next Generation Systems Programming with Golang by George Ornbo
epub |eng | 2017-12-20 | Author:George Ornbo [Ornbo, George]
( Category:
Programming
July 17,2018 )
epub |eng | 2017-11-21 | Author:Joe Mayo [Mayo, Joe]
In its simplest form, the Field method has an overload that only requires the name of a field, as in the following excerpt from Listing 7-4: Click here to view ...
( Category:
Web Development & Design
July 17,2018 )
epub |eng | | Author:Russ Olsen
Staying Out of Trouble The good news is that Clojure comes equipped with a large assortment of functions to do interesting things with sequences—so many that we can only scratch ...
( Category:
Programming
July 17,2018 )
epub, pdf |eng | 2017-08-15 | Author:Benjamin Tan Wei Hao [Hao, Benjamin Tan Wei]
Implementing a Router DSL In the previous section, you saw one flavor of object initialization using blocks. Here’s another example, adapted and modified from Rails. Let’s imagine that you want ...
( Category:
Programming
July 17,2018 )
epub |eng | 2018-05-17 | Author:Dave Thomas [Thomas, Dave]
( Category:
Programming
July 17,2018 )
epub |eng | 2017-08-08 | Author:Nirmalya Ghosh [Various]
As you can see, server-side validation prevents us from saving an incomplete contact. We're using the SubmissionError class to pass this.props.errors to the form, just in case you're wondering. Now, ...
( Category:
Programming Languages
July 17,2018 )
epub, azw3, pdf |eng | 2017-05-27 | Author:KT Lindemann [Lindemann, KT]
RangeError An error that occurs when a numeric variable or parameter is outside of its valid range. ReferenceError An error that occurs when de-referencing an invalid reference. SyntaxError A syntax ...
( Category:
Web Development & Design
July 16,2018 )
epub |eng | | Author:Robert Johansson
Eigenvalue Problems Sparse eigenvalue and singular-value problems can be solved using the sp.linalg.eigs and sp.linalg.svds functions, respectively. For real symmetric or complex hermitian matrices, the eigenvalues (which in this case ...
( Category:
Programming Languages
July 15,2018 )
epub, pdf |eng | 2015-11-15 | Author:Joseph Albahari & Ben Albahari
The compiler’s ability to manufacture tasks for asynchronous functions means that for the most part, you need to explicitly instantiate a TaskCompletionSource only in bottom-level methods that initiate I/O-bound concurrency. ...
( Category:
Programming Languages
July 15,2018 )
epub |eng | 2017-07-16 | Author:Javier Fernandez Gonzalez [Gonzalez, Javier Fernandez]
As we mentioned earlier, we have implemented the assignment and update phases as tasks to be implemented in the fork/join framework. The assignment phase assigns a document to the cluster ...
( Category:
Programming Languages
July 15,2018 )
epub, mobi |eng | 2018-05-14 | Author:Alan D. Moore
Styling our form labels The first thing we can tackle with our knowledge of styling is our form widgets. Our colorization of the form is rather ugly and incomplete due ...
( Category:
Networking & Cloud Computing
July 11,2018 )
epub |eng | 2018-03-22 | Author:Simon Harrer & Jörg Lenhard & Linus Dietz [Harrer, Simon]
Avoid Breaking the Cause Chain class TransmissionParser { static Transmission parse(String rawMessage) { if (rawMessage != null && rawMessage.length() != Transmission.MESSAGE_LENGTH) { throw new IllegalArgumentException( String.format("Expected %d, but got %d ...
( Category:
Programming Languages
July 11,2018 )
epub |eng | 2018-05-31 | Author:Jennifer Robbins
Figure 14-9. Border styles applied to individual sides of an element. Border Width (Thickness) Use one of the border-width properties to specify the thickness of the border. Once again, you ...
( Category:
Web Development & Design
July 10,2018 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12568)Hello! Python by Anthony Briggs(9912)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9795)
The Mikado Method by Ola Ellnestam Daniel Brolund(9777)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7775)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7760)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6806)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6529)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6399)
Kotlin in Action by Dmitry Jemerov(5062)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4316)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3985)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3774)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3717)
The Ultimate iOS Interview Playbook by Avi Tsadok(3694)
